home *** CD-ROM | disk | FTP | other *** search
/ Inside Mac Games Volume 3 #12 / IMG 33 Dec 1995.iso / Demos / Other Featured Apple Demos / IndyCar Racing II / data / MODEMS.CFG < prev    next >
Text File  |  1995-05-20  |  5KB  |  155 lines

  1. ;                      MODEMS.CFG  --  NASCAR Racing
  2. ;
  3. ; In order to add support for a modem, 5 lines must be added to this file:
  4. ; "MODEM", "INIT", "PREFIX", "SUFFIX", & "BAUD".
  5. ;
  6. ; The "MODEM" line includes the text that will appear in NASCAR under
  7. ;     "Specify Modem".
  8. ; The "INIT" line includes the initialization string that must be passed to
  9. ;     the modem to establish communications.  The init string must do the
  10. ;     following (and typically, only the following): 
  11. ;         1) Reset the modem to factory defaults.
  12. ;         2) Turn off all error correction. 
  13. ;         3) Turn off all data compression.
  14. ;         4) Force the modem to the desired baud rate.
  15. ;     Step 1 is almost universally accomplished by putting "AT&F^M~~~" at the
  16. ;     start of the init string. From there, the commands to turn off error
  17. ;     correction & data compression, and to force the modem to the desired
  18. ;     baud rate must start with "AT" and must end with "^M". For example,
  19. ;     if the command to turn off all data compression on your modem is %C0, 
  20. ;     and the command to turn off all error correction is &Q6, and the 
  21. ;     command to force your modem to 9600 baud is &N6, your init string would 
  22. ;     be: AT&F^M~~~AT%C0&Q6&N6^M. *** Refer to your modem's manual for the 
  23. ;     correct commands for your modem. ***
  24. ;     A good rule of thumb to follow when determining your init string is
  25. ;     KEEP IT SIMPLE. Include only the commands that are necessary. We have
  26. ;     found that including extraneous commands that happen to work with other
  27. ;     modem games (i.e. Doom) can adversely effect communications in NASCAR.
  28. ;     If all else fails, contact your modem's manufacturer and ask them for
  29. ;     the specific commands necessary.
  30. ; The "PREFIX" line includes the command which initiates the dialing sequence
  31. ;     on your modem. Almost universally, this command is "ATDT".
  32. ; The "SUFFIX" line is the modem equivalent of "ENTER". It is always "^M".
  33. ; The "BAUD" line includes the baud rate at which you want to communicate.
  34. ;     This can be 9600, 14400, 19200, 28800, or 38400. It should match on
  35. ;     both the dialing & answering systems. *** If you don't have a 16550 
  36. ;     UART, you aren't sure, or if you don't have a clue of what a UART is, 
  37. ;     you should not attempt to communicate at over 9600 baud. ***
  38. ;
  39. ; For your convenience, a blank modem setup group is included at the bottom 
  40. ; of this file. To use it, remove the leading ";" and fill in the information
  41. ; on each line.
  42.  
  43. MODEM BocaModem 14.4 v.32bis (14.4)
  44. INIT AT&F^M~~~AT&K0&Q6S37=11^M
  45. PREFIX ATDT
  46. SUFFIX ^M
  47. BAUD 14400
  48.  
  49. MODEM BocaModem 14.4 v.32bis (9600)
  50. INIT AT&F^M~~~AT&K0&Q6S37=9^M
  51. PREFIX ATDT
  52. SUFFIX ^M
  53. BAUD 9600
  54.  
  55. MODEM Gateway TelePath (14.4)
  56. INIT AT&F^M~~~AT&K0&Q6S37=11^M
  57. PREFIX ATDT
  58. SUFFIX ^M
  59. BAUD 14400
  60.  
  61. MODEM Gateway TelePath (9600)
  62. INIT AT&F^M~~~AT&K0&Q6S37=9^M
  63. PREFIX ATDT
  64. SUFFIX ^M
  65. BAUD 9600
  66.  
  67. MODEM Intel 144/144e/144i (14.4)
  68. INIT AT&F^M~~~AT\N0-J0"H0B9^M
  69. PREFIX ATDT
  70. SUFFIX ^M
  71. BAUD 14400
  72.  
  73. MODEM Intel 144/144e/144i (9600)
  74. INIT AT&F^M~~~AT\N0-J0"H0B8^M
  75. PREFIX ATDT
  76. SUFFIX ^M
  77. BAUD 9600
  78.  
  79. MODEM Practical Peripherals (14.4)
  80. INIT AT&F^M~~~AT&Q6&M0S37=11^M
  81. PREFIX ATDT
  82. SUFFIX ^M
  83. BAUD 14400
  84.  
  85. MODEM Practical Peripherals (9600)
  86. INIT AT&F^M~~~AT&Q6&M0S37=9^M
  87. PREFIX ATDT
  88. SUFFIX ^M
  89. BAUD 9600
  90.  
  91. MODEM Supra FAXModem (14.4)
  92. INIT AT&F^M~~~AT&K0&Q6S37=11^M
  93. PREFIX ATDT
  94. SUFFIX ^M
  95. BAUD 14400
  96.  
  97. MODEM Supra FAXModem (9600)
  98. INIT AT&F^M~~~AT&K0&Q6S37=9^M
  99. PREFIX ATDT
  100. SUFFIX ^M
  101. BAUD 9600
  102.  
  103. MODEM USRobotics Sportster (28.8)
  104. INIT AT&F^M~~~AT&K0&M0^M
  105. PREFIX ATDT
  106. SUFFIX ^M
  107. BAUD 38400
  108. ; >>> 28.8 connection requires baud to be set to 38400 on BAUD line <<<
  109.  
  110. MODEM USRobotics Sportster (14.4)
  111. INIT AT&F^M~~~AT&K0&M0&N8^M
  112. PREFIX ATDT
  113. SUFFIX ^M
  114. BAUD 19200
  115. ; >>> 14.4 connection requires baud to be set to 19200 on BAUD line <<<
  116.  
  117. MODEM USRobotics Sportster (9600)
  118. INIT AT&F^M~~~AT&K0&M0&N6^M
  119. PREFIX ATDT
  120. SUFFIX ^M
  121. BAUD 9600
  122.  
  123. MODEM USRobotics Courier HST (14.4)
  124. INIT AT&F^M~~~AT&K0&M0&N8^M
  125. PREFIX ATDT
  126. SUFFIX ^M
  127. BAUD 14400
  128.  
  129. MODEM USRobotics Courier HST (9600)
  130. INIT AT&F^M~~~AT&K0&M0&N6^M
  131. PREFIX ATDT
  132. SUFFIX ^M
  133. BAUD 9600
  134.  
  135. MODEM Zoom VFX v.32bis / 14.4 (14.4)
  136. INIT AT&F^M~~~AT%C0&Q6F10^M
  137. PREFIX ATDT
  138. SUFFIX ^M
  139. BAUD 14400
  140.  
  141. MODEM Zoom VFX v.32bis / 14.4 (9600)
  142. INIT AT&F^M~~~AT%C0&Q6F8^M
  143. PREFIX ATDT
  144. SUFFIX ^M
  145. BAUD 9600
  146.  
  147. ; BLANK MODEM SETUP GROUP. TO USE, ENTER THE NECESSARY INFORMATION IN PLACE
  148. ; OF THE TEXT SURROUNDED BY THE ">>> <<<" (INCLUDING THE ">>> <<<") AND 
  149. ; REMOVE THE LEADING ";" FROM EACH LINE.
  150. ;MODEM   >>> enter you modem name here <<<
  151. ;INIT    >>> append the init string to the following: "AT&F^M~~~" <<<
  152. ;PREFIX  >>> typically you will use: "ATDT" <<<
  153. ;SUFFIX  >>> typically, you will use: "^M" <<<
  154. ;BAUD    >>> enter the baud rate here <<<
  155.